namespace ReC.Domain.QueryOutput; public class HeaderQueryResult { public string? RawHeader { get; init; } }