public async Task <IList <TileWithCurrentDataDto> > GetAllTilesWithRecentData(CancellationToken cancellationToken)
 {
     return(TileDtoMapper.Map(await _tileService.GetAllAsync(AmountOfDate, cancellationToken)));
 }