public Task ReleaseNodeLock(int lockId)
 {
     return(_settings.ReleaseGlobalLock(Connection, lockId, _cancellation));
 }