public Task <SignatureHelp> GetSignatureHelpAsync(Position position) => _signatureManager.GetSignatureHelpAsync(CreateContext(position));