using System.Collections.Generic; namespace LANCommander.SDK.Models { public class InstallPlan { public List Items { get; set; } = new(); } }