namespace ErsatzTV.Application.MediaItems;
public record RemoteStreamViewModel(int Id, string Url, string Script);