I\'m trying to create unit tests in .Net Core 3.1 using XUnit and NSubstitute. Is it possible to create a mocked up IMongoCollection with NSubstitute?
If so, how do