namespace AxCopilot.Handlers; public record WorkspaceAction(WorkspaceActionType Type, string Name, string? NewName = null);