public void ThrowCounterNotFound() { _metrics .Invoking(metrics => metrics.GetCounter("abc")) .Should().Throw <KeyNotFoundException>(); }