//TODO: Is this something that makes sense, should we be able to remove a datacollector from VR? public void Process(DataCollectorRemoved @event) { _dataCollectors.Remove(d => d.Id == @event.DataCollectorId); }