public void LoadIntoBuffer()
 {
     var sc = new StringContent ("b");
     sc.LoadIntoBufferAsync (400).Wait ();
 }