/**
  * Create and return a new instance of ConfigProxy, with the entity loaders set
  *
  * @return ConfigProxy
  */
 public function getConfigProxy()
 {
     $config = new ConfigProxy($this->_translator);
     $config->setLoaders($this->_loaders);
     return $config;
 }