private async Task SetupAsync() { if (_networkManager != null) { _networkGateway = _networkManager.GetNetworkGateway(); await PingHostsAsync(); } }