I am trying to get data from a CSV file and put it into a list of objects, this is what I get so far:
using (var reader = new StreamReader(path))