virtual protected void OnConnect()
 {
     if (Mgr != null)
     {
         Mgr.OnConnectionConnected(this);
     }
 }