namespace StevesBot.Worker.Discord; internal interface IDiscordRestClient { Task GetGatewayUrlAsync(CancellationToken cancellationToken); }