public Warehouse(JobEventSource jobEventSource, SqlConnectionStringBuilder targetDatabase) { _jobEventSource = jobEventSource; _targetDatabase = targetDatabase; }