public IActionResult GetInvitationTypes() { return(Ok(_invitationService.GetAllInvitationTypes())); }