public void DeviceManagementManagedConnect()
 {
     testClient.connect();
     Assert.IsTrue(testClient.connectionStatus());
 }