@VisibleForTesting(otherwise = VisibleForTesting.PRIVATE) fun parse(line: String): List { return line.split(separator) }