public static function isValidTraceVersion(string $traceVersion) : bool { return 1 === preg_match(self::TRACE_VERSION_REGEX, $traceVersion); }