public void GetMyProfileCommentsTest()
        {
            string testResult = openSocialv9.GetMyProfileComments(userId);

            Assert.AreNotEqual(0, testResult.Length);
        }