protected override BitlyService Establish_context()
 {
     input = new ShortenUrlOptions {
         Longurl = HttpUtility.UrlEncode(LongUrl)
     };
     return(base.Establish_context());
 }
 protected override void Because_of()
 {
     result = Sut.CreateShortenUrlOptions(LongUrl);
 }