namespace StopShopping.Services.Models.Req; public record RequestIdParams { public int RequestId { get; set; } }