public JsonValueContracts(JsonValueType type) : base(type) { }
protected JsonValue(JsonValueType type) { Type = type; }