public IAsyncResult BeginGenerateInvoiceAmendmentRequest(string boxId, string documentId, string text, AsyncCallback asyncCallback) { return(client.BeginGenerateInvoiceAmendmentRequest(Token, boxId, documentId, text, asyncCallback, null)); }