protected void SerialiseContext(CdrOutputStream targetStream, ServiceContextList cntxList) {
     cntxList.WriteSvcContextList(targetStream);
 }