public void SlowDown(float seconds)
 {
     _mover.SlowDown(seconds);
 }