public Instagram GetFeed(string user)
 {
     return(instagramService.GetFeed(user));
 }