atp = $parent; $this->moderation = new Ozone\ModerationRequestClient($this); $this->server = new Ozone\ServerRequestClient($this); $this->team = new Ozone\TeamRequestClient($this); } protected function getDomainName(): string { return 'ozone'; } protected function getRootClientClass(): string { return AtpClient::class; } public function root(): AtpClient { return $this->atp; } }