namespace PyroFetes.DTO.Sound.Request; public class IdSoundto { public int? Id { get; set; } }