public Task <Hover> GetHoverAsync(Position position, CancellationToken ct) => _signatureManager.GetHoverAsync(CreateContext(position), ct);