public CollectedData(ISensor sensor) { this.SensorType = sensor.Type; this.Value = sensor.ECUValueToSensorValue(); this.DateTime = DateTime.Now; }