public async Task <int> Count() => await _memoryCache.GetOrCreateAsync( $"{_typeName}-Count", entry => _statsService.Count());