using System; using System.Collections.Generic; using System.Text; namespace ConsoleApp4 { public class StreetAddress { public string Street { get; set; } public string City { get; set; } } }