private bool ReadCustom(XPathResult result, out object value) { return(result.ReadObject(out value)); }