public void SetByte(string propertyName, byte b) { CheckPropertyName(propertyName); _headers.SetByte(propertyName, b); }