public void PostCampaignsProgressTest()
        {
            // TODO: add unit test for the method 'PostCampaignsProgress'
            List <string> body     = null; // TODO: replace null with proper value
            var           response = instance.PostCampaignsProgress(body);

            Assert.IsInstanceOf <List <CampaignProgress> > (response, "response is List<CampaignProgress>");
        }