public void IndexShouldNotBeNull()
        {
            var result = pollController.Index();

            result.Should().NotBeNull();
        }