public async Task DeleteParticipant(Guid id)
 {
     await m_repository.DeleteAsync(new Participant { Id = id });
 }