public static string ForProperty(PropertyDefinition property) { var name = property.GetNamedAttributeName(); return ForType(property.PropertyType, name); }