private LanguageServerOptions CreateLanguageServerOptions() { var opts = new LanguageServerOptions(this); opts.Load(); return(opts); }