public void Creation()
        {
            var TestObject = new InterfaceGenerator();

            TestObject.Should().NotBeNull();
        }