public static int GetAlbumCount(Guid userId)
 {
     return(instance.GetAlbumCount(userId));
 }