id = $id; $this->unit = new NullUnit(); } /** * {@inheritdoc} */ public function jsonSerialize() : mixed { return ['id' => $this->id]; } }