In one project, I reference a NuGet package which outputs text to the Console when some of its methods are called.
I would prefer it didn't, as I am writing things to the Console in my own code.
Is there a way to suppress the Console writing happening in that package, but still be able to write to Console myself?