suspend fun uploadChallengePhoto(photo: LocalPicture, coarseHash: String, id: String) =
        uploadImage(photo, ImageType.CHALLENGE_PHOTO, "$coarseHash/$id")