public User GetUserTest(string username)
 {
     return(_InstagramGraphApi.GetUser(username).Data);
 }