protected override async Task <int> OnExecuteAuthenticatedAsync(QBittorrentClient client, CommandLineApplication app, IConsole console)
            {
                var tags = await client.GetTagsAsync();

                Print(tags, true);
                return(ExitCodes.Success);
            }