/// <summary> /// Essential to call to get rid of the HTTP client /// </summary> public void Dispose( ) { if (HTTP != null) { HTTP.Dispose( ); } }