public void AUT_RegularExpressionAttributeRelay_Create_Method_DirectCall_No_Exception_Thrown_Test()
        {
            // Arrange
            this.ValidateExecuteCondition(MethodCreate);
            var request = this.CreateType <object>();
            var context = this.CreateType <ISpecimenContext>();

            // Act
            Action executeAction = () => _regularExpressionAttributeRelayInstance.Create(request, context);

            // Assert
            Should.NotThrow(executeAction);
        }