public void OfType_WithNullIMaybe_ReturnsNoValue() { IMaybe value = null; Assert.IsTrue(Maybe <object> .NoValue == value.OfType <object>()); }