public void TriggerSuccessAction()
 {
     _audioSource.PlayOneShot(_pickupSounds.ReturnRandomSound());
     _playerHeldItem.GetItem(_item);
 }