namespace PF3.DTO.SoundCategory.Request; public class CreateSoundCategoryDto { public string? Name { get; set; } }