namespace PF3.DTO.SoundCategory.Request; public class IdSoundCategoryDto { public int? Id { get; set; } }