protected function extractTo(string $dir) : bool { FileUtils::copyDirectory($this->dir, $dir); }
public function onRun() { FileUtils::removeDirectory($this->dir); }