public void Using_a_smart_ctor_works() { var optAge = Age.Of(10); optAge.Should().BeOfType <Option <Age> >(); }