public function init()
 {
     parent::init();
     $request = $this->getRequest();
     $this->accessService = new ApiAccessService($request);
     $this->docsService = (new ApiDocsServiceFactory())->getApiDocsService($request);
 }
 public function init()
 {
     parent::init();
     $this->initCacheValidityTimes();
     $this->initFormat();
     $this->initModel();
     $this->initVertical();
     $this->initHubTimestamp();
 }