namespace StevesBot.Worker.Threading; internal interface IAsyncLock : IDisposable { Task LockAsync(CancellationToken cancellationToken = default); }