public class Person { public string Name { get; set; } public DateTime BirthDate { get; set; } public bool IsBatman { get; set; } = true; }