namespace TFL.Entities.Timetables;
public class Disambiguation
{
public List<DisambiguationOption> DisambiguationOptions;
}