@override String formBetweenExclusively(double min, double max) => 'Must be between ${formatNumber(min)} and ${formatNumber(max)} (exclusive)';