public void StopServer() { if (_server != null) { _server.Stop(); } }
public void StopServer() { _server?.Stop(); }