public void AddCounter()
        {
            _dependencies.AddMetricsCounter <MetricsInstallerShould>("abc", null, Array.Empty <ICounterLabel>());

            _dependencies.Contains(typeof(ICounter));
            _dependencies.Contains(typeof(ICounter <MetricsInstallerShould>));
        }