public void GetCounter() { var counter = _metrics.GetCounter(_counter.Object.Name); counter.Should().Be(_counter.Object); }