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