public function write(string $sessionId, string $data) : bool { return $this->handler ->write($sessionId, $data); }