public async Task <ActionResult <IEnumerable <AttributeDto> > > GetAsync() { return(_mapper.Map <List <AttributeDto> >(await _service.GetAsync())); }