public static str range(anytype _from, anytype _to) { return queryValue(_from) + '..' + queryValue(_to); }