namespace PF3.DTO.SoundCategory.Response; public class ReadSoundCategoryDto { public int? Id { get; set; } public string? Name { get; set; } }