public void GetAllPhotosTest()
        {
            string testResult = openSocialv9.GetPhotos(userId, albumid);

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