public DataCacheNotificationDescriptor AddCacheLevelCallback(DataCacheOperations filter, DataCacheNotificationCallback callBack)
 {
     return(_cacheHandler.AddCacheLevelCallback(filter, callBack));
 }