using System; namespace StellaOps.Cli.Services.Models; internal sealed record ExcititorProviderSummary( string Id, string Kind, string DisplayName, string TrustTier, bool Enabled, DateTimeOffset? LastIngestedAt);