bool sameValidation(String? value, String secondValue) { return value != null && value == secondValue; }