public function setState(string $stateKey, mixed $state) : void { $this->state[$stateKey] = $state; }