/// <summary>
 /// Sets the default values.
 /// </summary>
 protected override void SetToDefault()
 {
     DeviceOptions = new DeviceOptions();
     Subscriptions = new SubscriptionList();
     Commands      = new CommandList();
 }