public async Task <TransactGetItemsEntityResponse <Document> > ToResponseAsync(CancellationToken cancellationToken = default)
 {
     return(await _context.TransactGetItemsResponseAsync <Document>(GetNode(), cancellationToken).ConfigureAwait(false));
 }
 public async Task <TransactGetItemsEntityResponse <TResultEntity> > ToResponseAsync <TResultEntity>(CancellationToken cancellationToken = default) where TResultEntity : class
 {
     return(await _context.TransactGetItemsResponseAsync <TResultEntity>(GetNode(), cancellationToken).ConfigureAwait(false));
 }