using System.Text.Json; namespace StellaOps.Cli.Services.Models; internal sealed record ExcititorOperationResult( bool Success, string Message, string? Location, JsonElement? Payload);