namespace BotSharp.Core.Agents.Services; public partial class AgentService { public async Task DeleteAgent(string id) { throw new NotImplementedException(); } }