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