namespace BotSharp.Abstraction.Conversations.Enums; public class ConversationStatus { public const string Open = "open"; public const string Closed = "closed"; }