public function __construct(ehough_iconic_parameterbag_ParameterBagInterface $params = null)
 {
     $this->_delegate = new ehough_iconic_ContainerBuilder($params);
     $this->_compilerPasses[] = $this;
     /**
      * Turn off resource loading.
      */
     $this->_delegate->setResourceTracking(false);
 }