//------ Invert behavior ----------//
 public virtual void SetSensorPhase(bool PhaseSensor)
 {
     _motor.SetSensorPhase(PhaseSensor);
 }