public void IfNot_1With1()
        {
            var actual = IfNot(1)(1);

            Assert.True(actual.IsNone);
        }