public void SetUp() { _list = new TodoList(new TodoListId(Guid.NewGuid()), "Before my 40th birthday"); _todoListItemId = new TodoListItemId(Guid.NewGuid()); _list.AddNewItem(_todoListItemId, "Compose a piece of music"); _list.ClearChanges(); }