public void SetSByte(string propertyName, sbyte b) { CheckPropertyName(propertyName); _headers.SetSByte(propertyName, b); }