# Functions
CreateEvent takes venueId and productionId to create a new event for an event ticket.
CreateProdutions takes a new production name and creates a new production.
CreateTemplate creates the pass template for event tickets.
CreateTicketType takes the productionId and the templateId creating a new ticket type for an event.
CreateVenue creates a new venue for an event.
IssueEventTicket takes a ticketTypeId, productionId and eventId to issue an event ticket.
RedeemTicket takes a ticketId to redeems an event ticket.
ValidateTicket takes a ticketId to validate an event ticket.