Should an audit be run after installation is complete?
Installer
public function setAudit(bool $audit) : self { $this->audit = $audit; return $this; }