namespace API.DTO.Classification.Response; public class GetClassificationDto { public int Id { get; set; } public string? Label { get; set; } }