public void IsAppInstalledTestCase()
 {
     server.respondTo("POST", "/appium/device/app_installed", true);
     driver.IsAppInstalled("github");
 }