public ITracer GetOrCreateTracer(string tracerId)
 {
     return(CachedTracers.GetOrCreate(tracerId));
 }