namespace ErsatzTV.Application.Resolutions; public record ResolutionViewModel(int Id, string Name, int Width, int Height, bool IsCustom);