public static string AsCode(this XmlValueObject value)
 {
     return(value.AsCode(string.Empty));
 }