public void SetInt(string name, int value)
 {
     headers.SetInt(name, value);
 }