sb.setAuthInfo(authInfoJoe);
BusinessEntity be = new BusinessEntity();
Name n = new Name();
n.setValue("BusinessDescriptionLangMaxLengthTest A Test business");
Description d = new Description();
d.setValue("a description");
//26
d.setLang(str26);
be.getDescription().add(d);
be.getName().add(n);
sb.getBusinessEntity().add(be);
BusinessDetail saveBusiness = publicationJoe.saveBusiness(sb);
DeleteBusiness db = new DeleteBusiness();