public IActionResult TestVoting() { var voting = vm.GetVoting(); return(Ok(JsonConvert.SerializeObject(voting, Formatting.Indented))); }