export class EventPerson{ EmailAddress: string; Name: string; IsRequired: boolean; UserType: string; IsPR: boolean; RoleDescription: string; Id: string }