/// <summary>
 /// Gets whether data change callbacks are enabled.
 /// </summary>
 public bool GetEnabled()
 {
     LicenseHandler.ValidateFeatures(LicenseHandler.ProductFeature.DataAccess);
     enabled_ = Subscription.GetEnabled();
     return(enabled_);
 }
 /// <summary>
 /// Gets whether data change callbacks are enabled.
 /// </summary>
 public bool GetEnabled()
 {
     _enabled = _subscription.GetEnabled();
     return(_enabled);
 }