public void BitsOverlengthTest() { Assert.Throws <NotSupportedException>(() => GeoHash.EncodeWithBitPrecision(120, 30, GeoHash.MaxBitLength + 1)); }