public void HideKeyboardTestCase()
 {
     server.respondTo("POST", "/appium/device/hide_keyboard", null);
     driver.HideKeyboard("a");
 }