public PrettyPrinter(ASN1Element asn)
 {
     _asn = asn;
     _options.Copy(_defaults);
 }