namespace WebhookClient.Services; public interface IWebhooksClient { Task> LoadWebhooks(); }