public void Update(UpdatePicture input) { Picture output = Mapper.Map <UpdatePicture, Picture>(input); _pictureManager.Update(output); }