state[$key] ?? null; } public function setHandlerState( string $key, $value ) { $this->state[$key] = $value; } }