private DroughtMonitorImporter(IDroughtMonitorRepository repository) { _repo = repository; this._firstDate = "None"; this._lastDate = "None"; this._importRunning = false; this.SetDates(); }