namespace Model { public class Id { public string IdNumber { get; set; } public string IdType { get; set; } } }