public bool IsInLockingRange(Unit unit)
 {
     return(_lockHandler.IsInLockingRange(unit));
 }