public static void ProductPurchased(string response) { _purchaseResponse = JsonMapper.ToObject<PurchaseResponse>((string) response); }
public static void ProductPurchased(string response) { _purchaseResponse = JsonMapper.ToObject <PurchaseResponse>((string)response); }