public sealed record CertificateInfo(
    uint Length,
    ushort Revision,
    ushort CertificateType,
    byte[] Data
);