public string ShowText(string name)
 {
     return(_outputFiles.GetLogFileString(name, "text-version"));
 }