public interface IAlertSuppressionService { Task SetSuppressionAsync(Guid encounterId, AlertType alertType, TimeSpan ttl, CancellationToken ct = default); Task IsSuppressedAsync(Guid encounterId, AlertType alertType, CancellationToken ct = default); }