public void PostHeartbeatRulesTest()
        {
            // TODO: add unit test for the method 'PostHeartbeatRules'
            HeartBeatRule body     = null; // TODO: replace null with proper value
            List <string> expand   = null; // TODO: replace null with proper value
            var           response = instance.PostHeartbeatRules(body, expand);

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