Fetches the routes from the WMATA API.
apiKey is your API key for the WMATA API.
apiKey
Future<List<Route>> fetchRoutes(String apiKey) async => await RoutesService.fetchRoutes(apiKey);