public static IEnumerable <string> SplitOnNewLine(this string strIn, bool removeEmpties = false) { return(MereUtils.SplitOnNewLine(strIn, removeEmpties)); }