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

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