public string downloadPhoto()
        {
            string photoUrl           = _uploadService.GetPhoto();
            ItemResponse <string> res = new ItemResponse <string>();

            return(photoUrl);
        }