Inheritance: Peasy.Core.RuleBase
 public void Is_always_valid()
 {
     var rule = new CannotEditPropertyRule("SomeProperty");
     rule.Validate().IsValid.ShouldBe(false);
 }