suspend fun uploadClaimPhoto(photo: LocalPicture, id: String) =
        uploadImage(photo, ImageType.CLAIM_PHOTO, id)