@Override
    public CompletableFuture<Void> updateEmailAddress(String email) {
        try {
            fullChecker(email, "when updating the email");
        } catch (Exception e) {