name = $name; $this->properties = $properties; } public function getId(): string { return $this->properties['id']; } public function getName(): string { return $this->name; } }