/**
  * Shutdown the system.
  *
  * @protected
  */
 function shutdown()
 {
     $this->_configManager = null;
     parent::shutdown();
 }