public void Dispose() { _socketServer.Dispose(); }
public void Stop() { _server.Dispose(); _server = null; }