public ActionResult <string> Run() { XRuleEngine xre = new XRuleEngine(); var x = xre.Run(); return(Ok(x.ToString())); }