public void registerServiceServant(ObjectImpl serviceServant, ObjectPrx serviceServantProxy)
 {
     helper.registerServiceServant(serviceServant, serviceServantProxy);
 }
        public void registerServiceServant(ObjectImpl serviceServant, ObjectPrx serviceServantProxy)
        {
            if ((serviceServant != null) && (serviceServantProxy != null))
             {
             string typeId = serviceServant.ice_id();
             Identity identity = serviceServantProxy.ice_getIdentity();
             Trace.TraceError("AbstractTerkUserServantHelper.registerServiceServant() is registering type id [" + typeId + "] to identity [" + Util.identityToString(identity) + "]");

             commandControllerTypeToProxyIdentityMap.Add(typeId, identity);
             }
        }