public void MethodWithNamespaceQualifiedArgument_StateUnderTest_ExpectedBehavior()
        {
            // Arrange
            var         classWithMethods = new ClassWithMethods(TODO, TODO);
            IInterface3 myInterface      = null;

            // Act
            var result = classWithMethods.MethodWithNamespaceQualifiedArgument(
                myInterface);

            // Assert
            Assert.Fail();
        }