/// <summary>
 /// HVC_BLE finalizer<br>
 /// [Description]<br>
 /// MUST be called when ending<br> </summary>
 /// <exception cref="Throwable">  </exception>
 public new void Dispose()
 {
     Status = STATE_DISCONNECTED;
     if (Service != null)
     {
         Service.Close();
     }
     Service = null;
 }