IEnumerable<string> lines = (await File.ReadAllLinesAsync(fileName, Encoding.Default)).Where(x => x.Length > 0);