preferences[$key] = $value; } public function getPreference(string $key): mixed { return $this->preferences[$key] ?? null; } }