public UnitLock GetLockByUnit(Unit unit)
 {
     return(_lockHandler.GetLockByUnit(unit));
 }