I have defined an OPC UA Client
var client = new OpcClient("opc.tcp://localhost:4840"); client.Connect();
That works properly and