public void AUT_ModestAttribute_GetCustomization_Method_DirectCall_Throw_Exception_Test()
        {
            // Arrange
            this.ValidateExecuteCondition(MethodGetCustomization);
            var parameter = this.CreateType <ParameterInfo>();

            // Act
            Action executeAction = () => _modestAttributeInstance.GetCustomization(parameter);

            // Assert
            Should.Throw <Exception>(executeAction);
        }