protected override async Task <int> OnExecuteTorrentSpecificAsync(QBittorrentClient client, CommandLineApplication app, IConsole console)
 {
     await(IsAll ? client.ResumeAsync() : client.ResumeAsync(Hash));
     return(ExitCodes.Success);
 }