public object Execute(object dataContext, ExpressionScope scope)
 {
     return(scope.GetVariable(_name));
 }