public async Task <IActionResult> AcceptInvitation(int invitationId) { await _service.AddParticipant(invitationId); return(Ok()); }