@override Future<void> execute() async { remote.removeRemote( onRemoteDoesntExists: () => debugPrintToConsole(message: "Remote doesn't exists"), ); }