public void Close() { _app = null; HttpRuntime.Close(); }
public void Configure(AspNetApplication app) { _app = app; }