object Evaluate(ReadProperty e) { return(_reflection.GetPropertyValue(Evaluate(e.Object), e.Property.Name)); }