public User GetUserDetailsTest(string username)
 {
     return(_InstagramGraphApi.GetUserDetails(username).Data);
 }