public function getData(?string $name = null) : Data|array { return null === $name ? $this->data : $this->getDataGroupedByName()[$name]; }