public void NewOrderNote(int orderID, string note, string user, string password) { client.AddOrderNoteAsync(orderID, note, true, user, password); }