bool hasLengthBetween(int min, int max) { return Validators.LengthBetween(min, max)!(this) == null; }