public TooManyFailureSmsVerificationAttemptsEvent(String uuid, ZonedDateTime when,
                                                      MobilePhoneNumber mobile, SmsVerificationScope scope) {
        this.uuid = uuid;
        this.when = when;
        this.mobile = mobile;