namespace <%= appName %>.Utils { public class AppSettings { public string AppName { get; set; } } }