Hi, I was learning minimal APIs and came across your project. I noticed that the Domain project references a MongoDB package. I believe it is against the clean architecture principles, where the domain should not depend/reference anything infrastructure related. Is there a way to change the code so it follows the clean architecture?