protected override void ExportValue(ExportContext context, object value, JsonWriter writer)
 {
     writer.WriteBoolean((bool) value);
 }