public static function baggage() : ContextKeyInterface { static $instance; return $instance ??= Context::createKey('opentelemetry-trace-baggage-key'); }