public function __construct(BBApplication $app)
 {
     $this->logger = $app->getLogging();
     $this->routing = $app->getRouting();
     parent::__construct($app);
 }