namespace Netina.Domain.Dtos.ResponseDtos.Torob; public class TorobPagedResponseDto { public List Products { get; set; } = new(); }