Derived TextReader that allows skipping lines that meet a certain criteria. Built because I needed to do some pre-processing on CSV files before they were passed to CSVHelper.
Based on the article by Mike Stall @ https://blogs.msdn.microsoft.com/jmstall/2005/08/06/deriving-from-textreader/