$this
public function addIdHeader(string $name, string|array $ids) : static { return $this->add(new IdentificationHeader($name, $ids)); }