namespace AIStudio.Tools; public sealed record ExternalHttpCustomRootCertificateState( bool IsEnabled, string Source, string BundlePath, IReadOnlyList AllowedHostPatterns, bool IsUsable, int CertificateCount, IReadOnlyList CertificateFingerprints, string Issue);