public class Range {
        public int low { get; set; } // low value for the range
        public int high { get; set; } // high value for the range
    }