7980818283848586878889
throws HttpException { Configuration configuration = Configuration.getConfiguration(); if (id == null) { if (isCore) { id = configuration.nextCoreContractId(); } else { id = configuration.nextUserContractId(); } } else { isCore = id % 2 == 1;