public function withPropagator(?TextMapPropagatorInterface $propagator) : Configurator { $self = clone $this; $self->propagator = $propagator; return $self; }