namespace ErsatzTV.Core.Emby
{
public record EmbyServerInformation(string ServerName, string OperatingSystem);
}