public PluginOutputCollection GetPluginOutputByName(string pluginName) { return(CollectionList.Find(item => item.PluginName == pluginName)); }