namespace AquaMai.ErrorReport; public class FileHeaderMeta { public string? Filename { get; set; } public string? ContentType { get; set; } }