public static function invalidFormat(string $value) : self { return new self(\sprintf('The given value "%s" does not represent a valid number.', $value)); }