namespace Flawless.Communication.Response; public record LogEntryResponse( DateTime Timestamp, string Level, string Message, string? Exception);