public void Apply(IProperty target)
 {
     target.SetAttribute("generated", "never");
 }
 public void Apply(IProperty target)
 {
     target.SetAttribute("applied", "true");
 }