public function __call(string $name, array $arguments) : mixed { return $this->command ->{$name}(...$arguments); }