I'm trying configured `MongoDbRunner` to not log messages using this configuration: `MongoDbRunner.Start(additionalMongodArguments: "--quiet");` But this didn't work... all log messages are showing on my log. I'm using Mongo2Go with Xunit... Have any way to resolve this? Or what i'm doing wrong?