With version 4.1.0. I am using an `IceRpc::ServiceAddress`. The code compiles fine but the Language Server is not happy: ``` [{ "resource": "/C:/Users/bernard/source/repos/icerpc-ice-csharp-interop/tests/Interop.Tests/Slice/TagTests.slice", "owner": "_generated_diagnostic_collection_name_#5", "code": "E049", "severity": 8, "message": "no element with identifier 'IceRpc::ServiceAddress' exists", "source": "slicec", "startLineNumber": 18, "startColumn": 45, "endLineNumber": 18, "endColumn": 67 }] ```