public void Then_It_Should_Have_Created_A_Valid_Instance() { _sut.Should().NotBeNull(); }
public void Then_It_Should_Not_Create_An_Instance() { _sut.Should().BeNull(); }