<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0-rc.1.21451.13" />
Instrument
public string Name {
get; }
public string Unit {
get; }
protected Instrument(
Meter meter,
string name,
string unit,
string description)