public void CreateVotingPoll_UsesVotingPollFactoryToCreateVotingPoll()
 {
     var factory = new VotingPollFactory();
     //var interactor = new VotingPollIntreactor();
 }