namespace ModpackUpdater; public class InstallOptionSet { public string Id { get; set; } public bool Multiselect { get; set; } public string DefaultValue { get; set; } public List Options { get; } = []; }