public Task <IDistributedLockToken> WaitLockAsync()
 {
     return(_lock.WaitAsync());
 }