/// <inheritdoc/> protected override void OnShutdown() { Editor.Activated -= OnEditorActivated; RemoveQuickLaunchItems(); RemoveMenus(); RemoveCommands(); _windowService = null; _optionsViewModel = null; }