void Start() { Instance = this; }
void OnDestroy() { Instance = null; }
public HttpESBEndpoint(RequestDelegate next) { _next = next; process = new HttpProcess(); }