public void GetAllVideosTest()
        {
            string testResult = openSocialv9.GetVideos(userId);

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