public void AUT_ModestConstructorQuery_SelectMethods_Method_DirectCall_No_Exception_Thrown_Test()
        {
            // Arrange
            this.ValidateExecuteCondition(MethodSelectMethods);
            var type = this.CreateType <Type>();

            // Act
            Action executeAction = () => _modestConstructorQueryInstance.SelectMethods(type);

            // Assert
            Should.NotThrow(executeAction);
        }