namespace SWP.Core.SeqLogging { public record SeqConfiguration(string IngestionEndpoint, string ApiKey, string Environment); }