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