@After
 public void after() {
   if (container != null) {
     container.stop();
     container = null;
   }
 }