/// <inheritdoc /> public async Task <HttpResponse <Annotation> > Vote(VoteType voteType, string id, TextFormat textFormat) { return(await _apiConnection.Vote(textFormat, voteType, id)); }