public object LogfileList(string name)
        {
            var fileList = _outputFiles.Load(name);

            return(fileList);
        }