public void UpsertReturnViewResult() { var result = pollController.Upsert(); result.Should().BeOfType(typeof(ViewResult)); }