public void TestMethod1()
        {
            // Arrange
            var unitUnderTest = new ClassWithNonInterfaceCtorParam(TODO);

            // Act

            // Assert
            Assert.Fail();
        }
        public void TestMethod1()
        {
            // Arrange


            // Act
            ClassWithNonInterfaceCtorParam classWithNonInterfaceCtorParam = this.CreateClassWithNonInterfaceCtorParam();


            // Assert
        }