private static string CleanCacheKey(string cacheKey)
 {
     return(CachingProvider.CleanCacheKey(cacheKey));
 }