public void Rotate()
 {
     propeller.Rotate(Speed, CurrentThrust);
     motorSounds?.MakeSound(Speed);
 }