private void onAssetsSet(AddRewardOperation operation, HttpResponse httpResponse)
 {
     onAssetsSet(operation.ResponseBody);
 }
    public APICall <AddRewardOperation> AddReward(SignedResponse <RewardedUserCollectionJsonHelper> rewards)
    {
        AddRewardOperation operation = new AddRewardOperation(clubPenguinClient, rewards);

        return(new APICall <AddRewardOperation>(clubPenguinClient, operation));
    }