public void TestInitialize()
        {
            _reviewCreateViewModel = _fixture.Build<ReviewCreateViewModel>().Without(x => x.Restaurants).Create();

            _validator = new ReviewCreateViewModelValidator();
        }
        public void TestInitialize()
        {
            _reviewCreateViewModel = _fixture.Build <ReviewCreateViewModel>().Without(x => x.Restaurants).Create();

            _validator = new ReviewCreateViewModelValidator();
        }