public TextDocumentHandler(ILanguageServer router, SimpleParser parser) : this(router) { this.parser = parser; }