@BeforeClass
 public static void startServer() {
   server.start();
 }
 @AfterClass
 public static void stopServer() {
   server.stop();
 }