public async Task <IActionResult> ListInvitations() { return(Ok(await _invitationService.ListAllInvitations().ToList())); }