protected override void ChangeSeverity(NotificationOption2 severity)
            {
                ICodeStyleOption option = GetOption();

                Location = Location with {
                    LocationKind = LocationKind.EditorConfig
                };
                Updater.QueueUpdate(_option, option.WithNotification(severity));
            }
            protected override void ChangeSeverity(NotificationOption2 severity)
            {
                ICodeStyleOption option = GetOption();

                Updater.QueueUpdate(_option, option.WithNotification(severity));
            }