public void RecordAggregateRootExists(TimeSpan elapsed, string aggregateRootId)
 {
     _profiler.RecordAggregateRootExists(elapsed, aggregateRootId);
 }