Get the ID used in the value of this Header.
If multiple IDs are set only the first is returned.
public function getId() : ?string { return $this->ids[0] ?? null; }