public void SubscribeAccountInfo(User user, Action <AccountInfoEventArgs> callback, Action <Exception> exception, CancellationToken cancellationToken) { exchangeApi.SubscribeAccountInfo(user, callback, exception, cancellationToken); }