public void onRequestPurchaseResponse(string itemId, Consts.ResponseCode response)
 {
     throw new NotImplementedException();
 }
 public void onPurchaseStateChanged(string itemId, Consts.PurchaseState state)
 {
     throw new NotImplementedException();
 }