public void LockDeviceTestCase()
 {
     server.respondTo("POST", "/appium/device/lock", null);
     driver.LockDevice(3);
 }