/// <summary> /// Clean up as we are on our way out /// </summary> public void Dispose() { if (_connection != null) { _connection.Dispose(); } }