public void Dispose() { InternalService.Dispose(); if (_connection != null) { _connection.Close(); } }