public function __construct(string $name, Version $version) { $this->name = $name; $this->version = $version; }