Future<int> run() async { if (fsCopyDebug) { // ignore: avoid_print print('$this'); } return await _executeOperations(await _runTree()); }