public void UpdateRuleAttributes(string ruleId, RuleWithSettingsMetadata newRule)
 {
     m_DataManager.UpdateRuleAttributes(ruleId, newRule);
 }
 public void UpdateRuleAttributes(string ruleId, JObject newRule)
 {
     m_DataManager.UpdateRuleAttributes(ruleId, newRule);
 }