@override Future<void> startContainer(String id) async { calls.add('start:$id'); _require(id) ..running = true ..state = 'running'; }