public ShippingAddress() { this.recipientPhoneNumberField = new Phone(); }
public Contact() { this.mobilePhoneField = new Phone(); this.dateOfBirthField = new DateOfBirth(); }