public void RandomValueProvider_GetByte_should_return_byte()
 {
     _provider.GetByte().Should().BeOfType(typeof(byte));
 }