public void PushFileTestCase()
 {
     server.respondTo("POST", "/appium/device/push_file", null);
     driver.PushFile("/pictures/me.jpg", "abde433qsawe3242");
 }