public object BoxValue(bool value) => BooleanUtil.GetBoxed(value);
public static object GetBoolean(bool value) => BooleanUtil.GetBoxed(value);