public void StopServer()
 {
     _transport.Stop();
     ClientsCount = 0;
     IsStarted    = false;
 }