public void PhotosSetDatesTest()
        {
            var photoId = Data.PhotoId;

            var info = AuthInstance.PhotosGetInfo(photoId);

            AuthInstance.PhotosSetDates(photoId, info.DatePosted, info.DateTaken, info.DateTakenGranularity);
        }