static void DoWorkOnText(string path, string savelocation, List <string> stopWords) { var temp = new StopWords(path, stopWords); temp.SaveFile(savelocation); }