public async Task <int> GetIntValueAsync() { if (_logger.IsDebugEnabled) { _logger.Debug("Calling TopFive get int from service"); } return(await _topFiveRepository.GetIntValueAsync()); }