person.contactInformation().postalAddress().stateProvince(),
person.contactInformation().postalAddress().postalCode(),
person.contactInformation().postalAddress().countryCode()));
if ((idx % 2) == 0) {
PersonNameChanged event =
new PersonNameChanged(
user.tenantId(),
user.username(),
user.person().name());
this.eventStore.append(event);