private void EnsureProjections()
        {
            _projectionContext.EnableProjection("$by_category");
            _projectionContext.EnableProjection("$stream_by_category");

            _projection.Ensure();
        }
        private void EnsureProjections()
        {
            _projectionContext.EnableProjection("$by_category");
            _projectionContext.EnableProjection("$stream_by_category");

            _distributorProjection.Ensure();
            _detectorProjection.Ensure();

            _irresponsibleGamblerAlarmPublisher.Start();
        }