public void GetHashTest()
        {
            var hash = _addressService
                       .AddressToHashAsync("DTnt7VZqR5ofHhAxZuDy4m3PhSjKFXpw3e")
                       .GetAwaiter()
                       .GetResult();

            Assert.IsNotNull(hash);
            Assert.IsNotEmpty(hash);
        }