private async Task <Webhook> DoCreateWebhook(ulong channelId) { _logger.Information("Creating new webhook for channel {Channel}", channelId); return(await _rest.CreateWebhook(channelId, new CreateWebhookRequest(WebhookName))); }