53545556575859
{ ValidationUtils.assertNotNull(user, "user cannot be null"); ValidationUtils.assertNotNull(emailAddress, "emailAddress cannot be null"); this.user = user; this.emailAddress = new VerifiableEmailAddress(emailAddress); }