WorkingDirectoryAgent(this.workingDirectory, {bool create = true}) { if (create) { workingDirectory.createSync(recursive: true); } }