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