public async Task <IEnumerable <TViewModel> > GetAllAsync() { return(iMapper.Map <IEnumerable <TEntity>, IEnumerable <TViewModel> >(await domainService.GetAllAsync())); }