public class Person { public string Name { get; set; } public int Age { get; set; } }
And two version of initialize:
var p =