public void SetUp()
 {
     theFileSystem = new StubFileSystem();
     theAppSettings = new AppSettings();
     theAppSettings.HomeDirectory = "Documents/Outlander";
     theLoader = new HighlightsLoader(theFileSystem);
 }
 public void SetUp()
 {
     theFileSystem = new StubFileSystem();
     theLoader = new VariablesLoader(theFileSystem);
 }