public static ICollection <FileSystemInfo> GetFilesInfo(string path, IEnumerable <string> extensions) { return(FileInfoHelper.GetInstance().GetFilesInfo(path, extensions)); }