namespace $REPO_NAME { public class Configuration { public string urls { get; set; } public string DBConnectionString { get; set; } } }