/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='coinAdapterAddress'>
 /// </param>
 /// <param name='userAddress'>
 /// </param>
 public static object ApiCoinAdapterBalanceByCoinAdapterAddressByUserAddressGet(this IEthereumApi operations, string coinAdapterAddress, string userAddress)
 {
     return(operations.ApiCoinAdapterBalanceByCoinAdapterAddressByUserAddressGetAsync(coinAdapterAddress, userAddress).GetAwaiter().GetResult());
 }