public static string TextOf(this XContainer self, string elementName) { return(self.ElementOrThrow(elementName).Value); }