public async Task AddVote([FromForm] int applicationId, [FromForm] int userId) { await _applicationService.AddVote(applicationId, userId); }