I'm using the Omni LanguageClient to run some tests and send requests to the language Server. When converting the result from the DocumentSymbol request, the SymbolInformationOrDocumentSymbolConverter throws a NullReferenceException since the property "location" doesnt exist on the DocumentSymbol type.