public void KentorAuthServicesSection_Attributes_EmptyIfNotConfigured()
        {
            var subject = new KentorAuthServicesSection();
            subject.AllowChange(true);
            subject.Metadata = new MetadataElement();

            subject.AttributeConsumingServices.Should().BeEmpty();
        }