public DisposableLock(WriteLock writeLock) { this.writeLock = writeLock; }
public LockWatcher(WriteLock writeLock) { this.writeLock = writeLock; }