private void OnTriggerEnter(Collider other)
 {
     // Trigger when to build next road section
     _roadCreator.BuildRoad();
 }