public IndividualUserResponse SetUserPhoto(long userId, ZenFile photo) { return GenericPut<IndividualUserResponse>(string.Format("users/{0}.json", userId), photo, "user[photo][uploaded_data]"); } #endif