@Override
 @BeforeMethod(groups = "slow")
 public void beforeMethod() throws Exception {
   super.beforeMethod();
   controlCacheDispatcher.clearAll();
   eventBus.start();
 }
 @BeforeMethod(groups = "slow")
 public void beforeMethod() throws Exception {
   super.beforeMethod();
   eventBus.start();
 }