String? validatePassword(String? value) { return Validators.callFunction(ValidatorType.password, value); }