/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adapterAddress'>
 /// </param>
 public static CoinResult ApiCoinAdapterAddressByAdapterAddressGet(this IEthereumApi operations, string adapterAddress)
 {
     return(operations.ApiCoinAdapterAddressByAdapterAddressGetAsync(adapterAddress).GetAwaiter().GetResult());
 }