private ResolutionEntry GetPreferredResolution() { return(Resolutions.ApartFrom(CustomResolution).MaxEntry(x => x.Volume)); }