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