Proposed syntax:
AllTypes.From(permitVisionAssembly)
.ThatImplement<INotifyRuleViolation>()
.Should().BeDecoratedWith<ExceptionHandlingAttribute>();
AllTypes.From(permitVisionAssembly)
.ThatImplement<INotifyRuleViolation>()
.Should().BeDecoratedWith<ExceptionHandlingAttribute>();