fun getStands(venue: Venue): <ERROR CLASS>
Get Stands from API server.
Return
awaits for async promise to return list of Stands.
fun getStands(venue: Venue, success: (result: GetStandResult?) -> Unit, failure: (e: Exception) -> Unit): Unit
Get Stands from API server.