public static string AsString(this XContainer document, bool identado = false, bool showDeclaration = true)
 {
     return(document.AsString(identado, showDeclaration, Encoding.UTF8));
 }