@internal
public static function store(ContextInterface $context, SpanInterface $span) : ContextInterface { return $context->with(self::key(), $span); }