using System; using Selector.SignalR; namespace Selector.Web.NowPlaying; public class Card : ICard { public string Content { get; set; } }