protected internal void LaunchPlugin(string asmPath) { var ph = new PluginHandler(this, asmPath); ph.Launch(); }