using System.Collections.Generic; namespace LanMountainDesktop.PluginSdk; public interface ISettingsCatalog { IReadOnlyList GetSections(); IReadOnlyList GetSections(SettingsScope scope); }