private void Start()
 {
     PlayerRewards.RegisterReward(pickUpId);
 }
 public void Pick()
 {
     PlayerRewards.AddRewardPicked(pickUpId);
 }