namespace SPT_AKI_Installer.Aki.Core.Model { public class DownloadMirror { public string Link { get; set; } public string Hash { get; set; } } }