namespace ModpackUpdater; public class InstallOption { public string Id { get; set; } public List InstallActions { get; } = []; public List UninstallActions { get; } = []; }