@AfterClass
 public static void destroy() throws Exception {
   AbstractTestRestApi.shutDown();
 }
 @BeforeClass
 public static void init() throws Exception {
   AbstractTestRestApi.startUp();
 }