using System.Threading; using System.Threading.Tasks; namespace StellaOps.Scheduler.Queue; internal interface ISchedulerQueueTransportDiagnostics { ValueTask PingAsync(CancellationToken cancellationToken); }