namespace StopShopping.Services.Models.Req; public record ProductIdParams { public int ProductId { get; set; } }