public void MakeMoneyFromRealEstate() { IBuilding building = CreateBuilding(); building.SetPrice(); building.Advertise(); building.Sell(); }