public function getOption(string $key, mixed $default = null) : mixed { return $this->options[$key] ?? $default; }