public async Task <IActionResult> ObterParticipantesAsync(Guid id) { return(Ok(await appService.ObterParticipantesAsync(id))); }