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