Fetches the metro rail lines.
apiKey is your API key for the WMATA API.
apiKey
Future<List<Line>> fetchLines(String apiKey) async => await LinesService.fetchLines(apiKey);