public string FollowTest(string userId)
 {
     return(_InstagramGraphApi.Follow(userId).Data);
 }