public static IEnumerable <string> ExpandStrings(ResponseFile file) => Expand(file, null).Select(f => f.Value);