public void ShouldRun()
        {
            var person = _repository.FindById <Person>("1");

            person.Should().NotBeNull();
        }