namespace SIGCM2.Application.Rubros.Move; public sealed record MoveRubroCommand(int Id, int? NuevoParentId, int NuevoOrden);