public void RecordAggregateRootGet(TimeSpan elapsed, string aggregateRootId, Type aggregateRootType)
 {
     _profiler.RecordAggregateRootGet(elapsed, aggregateRootType, aggregateRootId);
 }