This repository was archived by the owner on May 18, 2025. It is now read-only.

Description
When I define these methods:

And generate the single file, the content looks like:
using WireMock;
namespace WireMock.Builder.Request
{
public class RequestModelBuilder :
{
// Instantiating functions
// Chaining functions
// Executing functions
public RequestModel Build()
{
}
}
// Interfaces
}