this.generateUserEvents();
ApplicationServiceRegistry
.identityApplicationService()
.changeUserEmailAddress(
new ChangeEmailAddressCommand(
this.tenantAggregate().tenantId().id(),
FIXTURE_USERNAME + 0,
FIXTURE_USER_EMAIL_ADDRESS2));
String url = "http://localhost:" + PORT + "/notifications";