namespace Diligent.WebAPI.Business.Services.Interfaces { public interface IWebhookDefinitionService { /// /// Get all webhook definitions /// Task> GetAll(); } }