public string RequestDownloadDataInformationTest(string email)
 {
     return(_InstagramGraphApi.RequestDownloadDataInformation(email).Data);
 }