private void OnItemLongPress()
 {
     _selectButton.OnPointerExit(new PointerEventData(EventSystem.current));
     OnLongPressed?.Invoke(_index, _cardId);
 }