public int GetCacheKeyCountNotStartingWith(string key)
 {
     return(_cacheRepository.GetCacheKeyCountNotStartingWith(key));
 }