public class Contacts { public string PhoneNumber { get; set; } public string Email { get; set; } }