public void Disconnect()
 {
     Task.Run(async() =>
     {
         await DeviceClient.Disconnect(null);
     });
 }