public void RandomValueProvider_GetBool_should_return_bool()
 {
     _provider.Invoking(p => p.GetBool()).Should().NotThrow();
 }