public static void ToTxtFile(this IList list, string fullFileName, bool showColumnName = false) { TxtHelper.ObjectListToTxt(fullFileName, list, showColumnName); }