public bool DeregisterDocumentSymbolProvider(string providerId)
 {
     return(_symbolsService.DeregisterCodeLensProvider(providerId));
 }