public void RandomValueProvider_GetChar_should_return_char()
 {
     _provider.GetChar().Should().BeOfType(typeof(char));
 }