public bool LaunchPluginUI(IActivator plugin) { var args = new LaunchUiArgs(this.GetActivePluginWindowTypes()); return plugin.LaunchUI(args); }