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

            Assert.IsInstanceOf <InteractionStatsRule> (response, "response is InteractionStatsRule");
        }
        public void PutInteractionstatsRulesRuleIdTest()
        {
            // TODO: add unit test for the method 'PutInteractionstatsRulesRuleId'
            string ruleId             = null; // TODO: replace null with proper value
            InteractionStatsRule body = null; // TODO: replace null with proper value
            var response = instance.PutInteractionstatsRulesRuleId(ruleId, body);

            Assert.IsInstanceOf <InteractionStatsRule> (response, "response is InteractionStatsRule");
        }
 public void Init()
 {
     instance = new InteractionStatsRule();
 }