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