using BotSharp.Abstraction.Instructs.Models; namespace BotSharp.Abstraction.Instructs; public interface IInstructService { Task Execute(Agent agent, RoleDialogModel message); }