@AfterClass
 public static void stopServer() {
   server.stop();
 }
 @AfterClass
 public static void tearDown() throws Exception {
   webdriverFacade.closeBrowser();
   server.stop();
 }