@override Future<void> execute() async { await Isolate.run(() async { branch.checkoutToBranch( commitSha: commitSha, ); }); }