public async Task <bool> AddEventParticipant(Guid eventId, Guid[] users) { return(await _repository.AddEventParticipant(eventId, users)); }