public void ShakeDeviceTestCase()
 {
     server.respondTo("POST", "/appium/device/shake", null);
     driver.ShakeDevice();
 }