Check if an item exists in the queue.
bool contains(BaseNarrativeModel item) => _queue.contains(item);