@param id
Future<chopper.Response<bool>> holidayIdDelete({required String? id}) { return _holidayIdDelete(id: id); }