return executor.execute(cmd("root.self as self"), context).then(() => {
            expect(context.self.title).to.equal("testService");
        });