Overrides TraceStateInterface::get
public function get(string $key) : ?string { return $this->traceState[$key] ?? null; }