The logic that determines which questions get selected in a quiz is spread over two classes: - CreateCardCommand - CardAggregate This makes it difficult to maintain and error-prune. We want to refactor it to a single service.