public void RandomValueProvider_GetUShort_should_return_ushort()
 {
     Assert.IsInstanceOfType(_provider.GetUShort(), typeof(ushort));
 }