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