public void RandomValueProvider_GetUInt_should_return_uint()
 {
     Assert.IsInstanceOfType(_provider.GetUInt(), typeof(uint));
 }