private static EvaluateExpressionDelegate Evaluator(Func <IReadOnlyList <object>, object> function)
 {
     return(FunctionUtils.ApplySequence(function, FunctionUtils.VerifyNumber));
 }