_host = $host; } abstract public function getClient(); final public function getHost(): string { return $this->_host; } }