internal void CloseConnection()
 {
     if (serverManager != null)
     {
         serverManager.CloseConnection();
     }
 }