public function read(string $sessionId) : string { // No reading from new handler until switch-over return $this->currentHandler ->read($sessionId); }