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