private static final String CONFIGURATION = "configuration";
public String value() {
try {
String name = new AnyItemsModel(CONFIGURATION).asList().get(0).getName();
if("".equals(name) || name == null){ throw new NullPointerException();}
return name;
} catch (Exception e) {
try {
return InetAddress.getLocalHost().getCanonicalHostName();