public JsonConverterCollection(JsonConverterCollection collection) { this.InnerList.AddRange(collection); }