class Seatsio::Region

def self.url_for_id(id)

def self.url_for_id(id)
  return "https://api-" + id + ".seatsio.net"
end