@Override
 public void bye() throws UnableToStopException {
   try {
     reportScenarioUsage();
   } finally {
     super.bye();
   }
 }