void ActorWasDamaged()
 {
     if (_group != null)
     {
         _group.Alarm();
     }
 }