public function setUp()
 {
     $this->container = new StubContainer();
     $this->bus = CommandBusFactory::makeAccessControlCommandBus($this->container);
 }