public void SetUp()
 {
     factory    = Substitute.For <IRequestFactory>();
     descendant = new InstagramClientDescendant(
         factory, Substitute.For <IClientConfiguration>());
 }
 public void SetUp()
 {
     factory = Substitute.For<IRequestFactory>();
     descendant = new InstagramClientDescendant(
         factory, Substitute.For<IClientConfiguration>());
 }