class Seatsio::EventsClient

def list

def list
  Pagination::Cursor.new(Domain::Event, 'events', @http_client)
end