public void PostCampaignsTest()
        {
            // TODO: add unit test for the method 'PostCampaigns'
            Campaign body     = null; // TODO: replace null with proper value
            var      response = instance.PostCampaigns(body);

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