@Override
 protected void tearDown() throws Exception {
   try {
     appContext.getLifecycleManager().invokeHandler(Stoppable.class);
   } finally {
     super.tearDown();
   }
 }