/// <summary>Parse the response to the request message</summary>
 protected override void ParseResponseInternal(MsgBase msg)
 {
     m_auth = (MsgAuth)msg;
 }
 /// <summary>Parse the response to the request message</summary>
 protected override void ParseResponseInternal(MsgBase msg)
 {
 }
 /// <summary>Parse the response to the request message</summary>
 protected abstract void ParseResponseInternal(MsgBase msg);