@AfterClass
 public static void teardown() {
   HttpServer.exit();
 }
 @BeforeClass
 public static void setup() {
   HttpServer.start();
 }