public void Dispose()
 {
     _app = null;
 }
 public CefWebRenderProcessHandler(CefRendererApplication app)
 {
     _app = app;
 }