/** Stops the Event Bus */
 void stopEventBus(@Observes StopBus event) {
   CommandBusOnClient bus = commandBusInst.get();
   bus.stopBus();
 }