private void SaveLastOutput() { string fpath = MainWindowModel.GetApplicationDataPath(JSON_Output); File.WriteAllText(fpath, Output); }