public TaskRepository repository() {
   if (repository == null) {
     repository = fixture.singleRepository();
   }
   return repository;
 }