public MotorStatus(LinearMotor LinearMotor) { this.LinearMotor = LinearMotor; }
public MotorStatus() { this.LinearMotor = null; }