Check if the tour has been completed.
Future<bool> hasCompleted() async { return await _service.hasCompleted(tourId); }