public void KeyEventTestCase()
 {
     server.respondTo("POST", "/appium/device/keyevent", null);
     driver.KeyEvent("5");
 }