public static byte? ReadByte( this BitmapMetadata metadata, string query ) { return (byte?) metadata.ReadObject( query ); }