public void FindBinaryEncodingIdByType()
 {
     TypeLibrary.TryGetBinaryEncodingIdFromType(typeof(ReadRequest), out ExpandedNodeId nodeid)
     .Should().BeTrue();
     nodeid
     .Should().Be(ExpandedNodeId.Parse(ObjectIds.ReadRequest_Encoding_DefaultBinary));
 }