public void ReceiveDamage(float damage)
 {
     _dragonController.ReceiveDamage(_bodyPart, damage);
 }