/// <inheritdoc /> public IEnumerable <SpanData> GetSpans() { lock (Spans) { return(Spans.ToList()); } }