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