public void RandomValueProvider_GetInt_should_return_int()
 {
     Assert.IsInstanceOfType(_provider.GetInt(), typeof(int));
 }