Retrieves the currently set proxy dumper or instantiates one.
private function getProxyDumper() : DumperInterface { return $this->proxyDumper ??= new LazyServiceDumper($this->class); }