public async Task <IEnumerable <FieldModel> > GetAllAsync() => _mapper.Map <IEnumerable <FieldModel> >(await _fieldRepository.GetAllWithTypesAsync());