public function getSpanConverter() : SpanConverterInterface { if (null === $this->converter) { $this->converter = new NullSpanConverter(); } return $this->converter; }