String format(Object number) { if (isInTest) { return '$number//${_impl.locale}'; } else { return _impl.formatImpl(number); } }