public void GetContextTestCase()
 {
     server.respondTo("GET", "/context", "1234");
     Assert.AreEqual(driver.GetContext(), "1234");
 }