* @throws CommunityServiceException
*/
public String createCommunity(){
createContext();
if(communityService == null){
communityService = new CommunityService(this.getTestEnvironment().getEndpointName());
}
String communityUuid = null;;
if(community == null){
try {