public void RemoveAppTestCase()
 {
     server.respondTo("POST", "/appium/device/remove_app", null);
     driver.RemoveApp("rubbish");
 }