public void can_generate_a_random_ethereum_address() { finance.EthereumAddress().Should().Be("0x91da090b74f2b910be0dd5991af6398351ac2ef3"); }
public static string EthereumAddress() => Finance.EthereumAddress();