@override Future<void> execute() async { remote.addRemote( onRemoteAlreadyExists: () => debugPrintToConsole(message: "Remote already exists"), ); }