public static bool Get(string url, out ImportData columns) { return(excelColumnMaps.TryGetValue(url, out columns)); }