public void DeleteSchedulesCampaignsCampaignIdTest()
        {
            // TODO: add unit test for the method 'DeleteSchedulesCampaignsCampaignId'
            string campaignId = null; // TODO: replace null with proper value
            var    response   = instance.DeleteSchedulesCampaignsCampaignId(campaignId);

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