private ToDoItem toDoItem;
private ToDoItemContributions toDoItemContributions;
@Before
public void setUp() throws Exception {
scenarioExecution().install(new ToDoItemsFixture());
final ToDoItems toDoItems = wrap(service(ToDoItems.class));
toDoItemContributions = wrap(service(ToDoItemContributions.class));
final List<ToDoItem> all = toDoItems.notYetComplete();
toDoItem = wrap(all.get(0));