using DownKyi.Core.Settings; namespace DownKyi.Models { public class ParseScopeDisplay { public string Name { get; set; } public ParseScope ParseScope { get; set; } } }