public void AddLock(long targetEid, bool isPrimary)
 {
     _lockHandler.AddLock(targetEid, isPrimary);
 }