public SupportedTypeAttribute(Type type, SubclassBehavior behavior) { Type = type; IncludeInheritedTypes = behavior == SubclassBehavior.Include; }