public function start()
 {
     $resource = AccessControl::getResource($this->getRequestFactory()->get()->getResource());
     $this->isAuthorized($resource);
     echo $this->getDispatcher()->dispatch($this->getRequestFactory());
 }