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

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