namespace BotSharp.Plugin.Planner.Enums;
public class UtilityName
{
public const string TwoStagePlanner = "planner.two-stage-planner";
}