public JsonInheritanceAttribute(string key, System.Type type) { Key = key; Type = type; }
public override bool CanConvert(System.Type objectType) { return(true); }