namespace PlaylistShared.Shared.Shared; public class AddTrackByLinkRequest { public string Link { get; set; } }