public function getRootDse() { if (!$this->rootDse) { $this->rootDse = (new RootDse($this, $this->dispatcher))->get(); } return $this->rootDse; }