protected override async Task <int> OnExecuteAuthenticatedAsync(QBittorrentClient client, CommandLineApplication app, IConsole console)
            {
                await client.DeleteTagsAsync(Tags);

                return(ExitCodes.Success);
            }