public void Process(DataCollectorRegistered @event)
 {
     _dataCollectors.SaveDataCollector(
         @event.DataCollectorId,
         @event.FullName,
         @event.DisplayName,
         @event.LocationLatitude,
         @event.LocationLongitude,
         @event.Region,
         @event.District);
 }