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