private void OnTryPickUp(ItemInteraction item)
 {
     collectedItems.Add(item.GetItemType());
     InventoryChanged?.Invoke();
 }