<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.1" />

IObjectSequence

interface IObjectSequence
namespace System.Diagnostics.Metrics { internal interface IObjectSequence { object this[int i] { get; set; } } }