public void Setup() { _reader = new Reader { //Info = new FileInfo(Dir + FileName), Body = Contents }; }
public void Teardown() { _reader = null; }