public GarminConnection() { _webClient = new GarminConnectWebClient(); }
public void Dispose() { _webClient.Dispose(); _webClient = null; }