namespace ErsatzTV.Application
{
public interface IMediaCard
string Title { get; }
string SortTitle { get; }
string Subtitle { get; }
}