namespace ConsoleApp1 { public class Header { public string Name { get; set; } public System.Type PropertyType { get; set; } = typeof(object); } }