/// <summary>
 /// Initializes a new instance of the <see cref="DocumentQuery{T}"/> class.
 /// </summary>
 public DocumentQuery(DocumentQuery <T> other)
     : base(other)
 {
 }