public BaseWebViewImplementer(IBaseWebView webView) {
     this.webView = webView;
     View = webView;
     loadedViews = new ViewsHolder();
 }