/// <summary>
 /// Returns a GZipped byte array of the contents of this TimeSeriesStreamCollection.
 /// </summary>
 public byte[] ToCompressedByteArray() => _stream.ToCompressedByteArray();