@override String format(String value) => (strip(value).length > 11) ? CNPJValidator.format(value) : CPFValidator.format(value);