public Lock GetLock(long lockId)
 {
     return(_lockHandler.GetLock(lockId));
 }