public void ConfirmExchangeCache(int userId, string token, List <ExchangeHistory> history)
 {
     client.ConfirmExchangeCache(application_Id, userId, token, history);
 }