namespace SIGCM2.Application.Rubros.Create; public sealed record CreateRubroCommand( string Nombre, int? ParentId, int? TarifarioBaseId);