namespace Questionable.Model.V1; public sealed class ChatMessage { public string? ExcelSheet { get; set; } public string Key { get; set; } = null!; }