public void RemoveCallback(DataCacheNotificationDescriptor nd)
 {
     _cacheHandler.RemoveCallback(nd);
 }
 internal DataCacheNotificationDescriptor(DataCacheNotificationDescriptor other)
 {
     CacheName  = other.CacheName;
     DelegateId = other.DelegateId;
 }