protected void Dispose(bool disposing) { if (!disposedValue) { if (disposing) { consumerRepository.Dispose(); } } disposedValue = true; }