namespace Selector.SignalR; public interface ICard { string Content { get; set; } }