public async Task <IActionResult> ConfirmInvite(Guid id) { await _service.ConfirmInvite(id, true); return(Ok()); }