public void ToggleWifiTestCase()
 {
     server.respondTo("POST", "/appium/device/toggle_wifi", null);
     driver.ToggleWifi();
 }