/// <summary>
 /// Convenience method for ending the solo pathing.
 /// </summary>
 private void EndSoloPath()
 {
     _steeringController.EndSoloPath();
     _enabledSoloPath = false;
 }