namespace updater { public class AppConfig { public string AppUrl { get; set; } public bool AppRunInDebug { get; set; } /// /// dev | test | product /// public string Environment { get; set; } } }