public async Task<InvoiceCreate.response> InvoiceCreate(InvoiceCreate.request request, CancellationToken? token = null)
 {
     return await SendAsync<InvoiceCreate.response>(request.ToXmlString(), token.GetValueOrDefault(CancellationToken.None));
 }