public void Visit(RealEstate realEstate) { Total += realEstate.EstimatedValue; }
public void Visit(RealEstate realEstate) { throw new NotImplementedException(); }