//Let's not move this because this is just for user-debugging and has no connection to the API itself
 public static void GenerateRoute(string safeFileName, List <Location> destinations)
 {
     TrainSchedule.SaveRoute(destinations, safeFileName);
     TrackIO.ExportTrack("[A]------[B]----[C]---[D]---=--[E]---[F]", safeFileName);
 }