@protected @override Future<void> execute() async { for (var task in tasks) { task.spinners = spinners; await task.run(); } }