namespace BotSharp.Plugin.HuggingChatUI.ViewModels;
public class ConversationViewModel
{
public string ConversationId { get; set; }
}