public void TryGetCurrentRange_Empty() { var coll = new RangeCollection(); Assert.False(coll.TryGetCurrentRange(3, out var range)); }