namespace BotSharp.Abstraction.Agents.Models; public class ChannelInstruction { public string Channel { get; set; } public string Instruction { get; set; } }