function getPluginByName($name)
 {
     return $this->plugin_factory->getPluginByName($name);
 }