private void SendWelcomeToServer() { Logger.Info("Send Welcome message to server"); ServerUtility.Welcome(_config.ServerUrl); }