static Web webWithoutIndexAndLock() { Web web = simpleWeb(); web.index = null; ifdef WebWithLock web.lock = null; endifdef web.relations = null; ret web; }