public function setSampler(SamplerInterface $sampler) : self { $this->sampler = $sampler; return $this; }