public LongintIntervalValue CreateLongintInterval(long start, long end) { return(valueFactory.CreateLongintInterval(start, end)); }