private void ClearConnectionLog()
 {
     _socketManager.ClearConnectionLog();
     ConnectionLog = string.Empty;
 }