namespace MetaforceInstaller.Core.Models; public class AppData { public List Installations { get; set; } = new(); }