using System; namespace Volo.Abp.DistributedLocking; public interface IAbpDistributedLockHandle : IAsyncDisposable { }