public async Task <ActionResult <IEnumerable <Participant> > > GetParticipant()
 {
     return(Ok(await _participantService.ListParticipants()));
 }