public void GetEncodeAccount_ffwe_20190119_0_ArgumentOutOfRangeException()
        {
            // Arrange
            uint account = 0;

            // Act

            // Assert
            Assert.ThrowsException <ArgumentOutOfRangeException>(() => Generator.GetEncodeAccount(account));
        }