protected override async Task <int> OnExecuteTorrentSpecificAsync(QBittorrentClient client, CommandLineApplication app, IConsole console)
            {
                await client.RecheckAsync(Hash);

                return(ExitCodes.Success);
            }