public string SaveMediaTest(string mediaId)
 {
     return(_InstagramGraphApi.SaveMedia(mediaId).Data);
 }