void IChunk.WriteTo(DataWriter writer) => throw new NotSupportedException();
/// <inheritdoc/> protected override void WriteToImpl(DataWriter writer) { if (!(originalData is null)) { writer.WriteBytes(originalData); }