public void ResetAppTestCase()
 {
     server.respondTo("POST", "/appium/app/reset", null);
     driver.ResetApp();
 }