public async Task Process(DataCollectorRemoved @event)
 {
     await _dataCollectors.RemoveAsync(@event.DataCollectorId);
 }