public void SetShort(string propertyName, short i) { CheckPropertyName(propertyName); _headers.SetInt16(propertyName, i); }