public async Task <IEnumerable <ConferenceDto> > FindAsync() { var conferences = await _conferenceRepository.FindAsync(); return(conferences.Select(Map)); }