public void OnItemClicked()
        {
            if (_itemInformation == null)
            {
                return;
            }

            InventoryItemInfoMobile.ShowItem(_itemInformation);
        }