public void ToggleLocationServicesTestCase()
 {
     AndroidDriver driver = new AndroidDriver(defaultUri, capabilities);
     server.respondTo ("POST", "/appium/device/toggle_location_services", null);
     driver.ToggleLocationServices ();
 }