public void DeleteExchangeHistory(int userId, string token, int id)
 {
     client.DeleteExchangeHistory(application_Id, userId, token, id);
 }