namespace StellaOps.Scheduler.WebService.GraphJobs; public interface ICartographerWebhookClient { Task NotifyAsync(GraphJobCompletionNotification notification, CancellationToken cancellationToken); }