static XElement xx(string tagNeme, string innerXml) { return(XMLUtils.NewXElement(tagNeme, innerXml)); }