public function getAsCypherList(string $key, mixed $default = null): CypherList
    {
        if (func_num_args() === 1) {
            $value = $this->get($key);
        } else {