private async Task <Meeting> GetEventById(string eventId) { return(await OfficeService.GetEvent(eventId)); }