public IActionResult ShowLogOutput(string name, string logfile) { return(new FileStreamResult(_outputFiles.GetLogFile(name, logfile), "application/pdf")); }