public SurveyUserControllerShould() { _mockService = new Mock <ISurveyUserService>(); _controller = new SurveyUserController(_mockService.Object); }