public override void _Private_ChannelClose(
     System.UInt16 @replyCode,
     System.String @replyText,
     System.UInt16 @classId,
     System.UInt16 @methodId)
 {
     ChannelClose __req = new ChannelClose();
       __req.m_replyCode = @replyCode;
       __req.m_replyText = @replyText;
       __req.m_classId = @classId;
       __req.m_methodId = @methodId;
       ModelSend(__req,null,null);
 }
   public override void _Private_ChannelClose(
 ushort @replyCode,
 string @replyText,
 ushort @classId,
 ushort @methodId)
   {
       ChannelClose __req = new ChannelClose();
         __req.m_replyCode = @replyCode;
         __req.m_replyText = @replyText;
         __req.m_classId = @classId;
         __req.m_methodId = @methodId;
         ModelSend(__req,null,null);
   }