public static ISymbol GetAnySymbol(this SymbolInfo info) { return(info.GetAllSymbols().FirstOrDefault()); }