``` java { onStart(ctx -> { Service service = ctx.require(Service.class); }); onStop(ctx -> { Service service = ctx.require(Service.class); }); } ```