public void AnswerRepositoryTests_FindAnswersWithNoUser_OnlyAnswersWithNoUserReturned()
        {
            var result = _repository.FindAnswersWithNoUser();

            // FakeAnswerDescriptions have only two records with no user.
            Assert.Equal(result.Count(), 6);
        }