public void BackgroundAppTestCase()
 {
     server.respondTo("POST", "/appium/app/background", null);
     driver.BackgroundApp(5);
 }