public function hasBean($beanName)
 {
     return $this->applicationContext->hasComponent($beanName);
 }