/// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other">The test case instance to copy.</param>
 public BatchReaderStreamTestCase(BatchReaderStreamTestCase other)
     : base(other)
 {
     this.IsResponse    = other.IsResponse;
     this.BatchBoundary = other.BatchBoundary;
 }
 /// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other">The test case instance to copy.</param>
 public BatchReaderStreamTestCase(BatchReaderStreamTestCase other)
     : base(other)
 {
     this.IsResponse = other.IsResponse;
     this.BatchBoundary = other.BatchBoundary;
 }