public void Process(DataCollectorLocationChanged @event)
 {
     var updateRes = _dataCollectors.ChangeLocation(
         @event.DataCollectorId,
         @event.LocationLatitude,
         @event.LocationLongitude);
 }