namespace CMSMicroservice.Application.UserCartsCQ.Commands.CreateNewUserCarts; public record CreateNewUserCartsCommand : IRequest { // public long ProductId { get; init; } // public long UserId { get; init; } // public int Count { get; init; } }