public function initializeNotLazyBeans()
 {
     foreach ($this->applicationContext->listBeanToInitialize() as $componentName) {
         $this->getBean($componentName);
     }
 }