namespace API.DTO.Classification.Request; public class CreateClassificationDto { public string? Label { get; set; } }