class Seatsio::UsageEvent

def initialize(data)

def initialize(data)
  @id = data['id']
  @key = data['key']
end