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