using BookStore.MongoDB; using Xunit; namespace BookStore.MongoDB; public class BookStoreMongoDbCollectionFixtureBase : ICollectionFixture { }