Whether to run in drymode or not
Installer
public function setDryRun(bool $dryRun = true) : self { $this->dryRun = $dryRun; return $this; }