@Override
 @After
 public void tearDown() throws Exception {
   httpStore.close();
   server.stop();
   context.destroy();
 }