/// <inheritdoc/>
        public void Register()
        {
            if (!Options.Register)
            {
                _logger?.LogDebug("Registration disabled");
                return;
            }

            _registry.Register(Registration);
        }