Exemplo n.º 1
0
 public async Task <AccountInfo> GetAccountInfoAsync(User user, CancellationToken cancellationToken)
 {
     return(await exchangeApi.GetAccountInfoAsync(user, cancellationToken).ConfigureAwait(false));
 }