public LineData(RawLineId id, string tempLine, RawDataStream rawData) { this.Id = id; this.Line = tempLine; this.RawData = rawData; }