public override object Evaluate(XPathExpression xpath, object context)
 {
     return xpath.EvaluateFunction(this, _arguments.ToArray(), context);
 }