public void OnPointerClick(PointerEventData eventData)
 {
     _healthBehavior.DoDamage(_damage);
 }