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
}