private function covertParentContext(SpanContextInterface $context) : string { return $context->isValid() ? $context->getSpanId() : ''; }