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