namespace Domain.Generics { public class ProductDivisionSearchParams : PagedRequest { public string? Term { get; set; } } }