@BeforeClass
 public static void start() throws Throwable {
   server = new HttpServer();
   server.start();
 }