public void RandomValueProvider_GetDouble_should_return_double()
 {
     Assert.IsInstanceOfType(_provider.GetDouble(), typeof(double));
 }