namespace ChineseChess.GUI.Models { public class AppConfig { public string ConfigurationsFolder { get; set; } public string AppPropertiesFileName { get; set; } public string PrivacyStatement { get; set; } } }