public void TestGetQuestions()
        {
            var dataManager = new DataManager();

            ProfileQuestionRequest userRequest = new ProfileQuestionRequest
            {
                ProfileQuestionType = ProfileQuestionTypeEnum.Both
            };

            ProfileQuestions response = dataManager.FetchQuestions(userRequest);
        }