public bool CacheItem <T>(string key, T value)
 {
     return(_cacheRepository.CacheItem <T>(key, value));
 }