function getPluginById($id)
 {
     return $this->plugin_factory->getPluginById($id);
 }