public ValuesControllerTest() { _mapper = MapperMock.MapperProfileTest(); _appReo = new AppRepositoryFake(); _controller = new ValuesController(_appReo, _mapper); _newHome = new HomeDto() { Id = 4, Name = "Test", City = "Liverpool", Address = "7 Street", Email = "*****@*****.**", Rating = 5 }; }