namespace FNZCM.BlazorWasm.Models { public class FePlaylist { public Guid Id { get; set; } public string Name { get; set; } } }