namespace BotSharp.Abstraction.Messaging.Models.RichContent { public class TextMessage { public string? Text { get; set; } } }