public void LogThisFact(LogLevel level, bool expectedValue)
 {
     _wrapper.LogThis(level).Should().Be(expectedValue);
 }