public AddressTestBuilder WithPostalCode(string postalCode) { _addressBuilder.WithPostalCode(postalCode); return(this); }