internal TableQuerySegment(ResultSegment <TElement> resSeg)
     : this(resSeg.Results)
 {
     continuationToken = resSeg.ContinuationToken;
 }