public static bool ReturnIsTrueIn(string easyRule, string jsonWorld)
        {
            var evaluator = new JsonEasyRuleEvaluator();

            return(evaluator.IsTrueIn(easyRule, jsonWorld));
        }