public void RandomValueProvider_GetShort_should_return_short()
 {
     Assert.IsInstanceOfType(_provider.GetShort(), typeof(short));
 }