namespace PlaylistShared.Shared.Playlist; public class SharePlaylistRequest { public string Kind { get; set; } public string OwnerUid { get; set; } }