public function __construct(Annotations $router)
 {
     $this->router = $router;
     $this->router->setControllerSuffix($this->suffixName);
 }