public static Boolean ChangePhotoDescription(Guid photoId, String newDescription)
 {
     return(instance.ChangePhotoDescription(photoId, newDescription));
 }