namespace CMSMicroservice.Application.ProductGallerysCQ.Commands.CreateNewProductGallerys; public record CreateNewProductGallerysCommand : IRequest { // public long ProductImageId { get; init; } // public long ProductId { get; init; } }