public async Task <IEnumerable <IndicatorDto> > GetAllIndicators() { return((await _service.GetCardIndicatorsAsync()) .Select(x => _mapper.Map <IndicatorDto>(x))); }