$this
public function embedFromPath(string $path, ?string $name = null, ?string $contentType = null) : static { return $this->addPart((new DataPart(new File($path), $name, $contentType))->asInline()); }