public void Shutdown( ) { for (int r = Plugins.Count - 1; r >= 0; r--) { Guid key = Plugins.ElementAt(r).Key; UnloadPlugin(key); } }