### Prerequisites - [X] I have written a descriptive issue title - [X] I have verified that I am running the latest version of ImageSharp - [X] I have verified if the problem exist in both `DEBUG` and `RELEASE` mode - [X] I have searched [open](https://github.com/SixLabors/ImageSharp/issues) and [closed](https://github.com/SixLabors/ImageSharp/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description ExifTag.GPSLatitudeRef when converted to string is resolved as "InteroperabilityIndex"   ### Steps to Reproduce ``` using SixLabors.ImageSharp.Metadata.Profiles.Exif; Console.WriteLine( ExifTag.GPSLatitudeRef ); ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - Packages:  - Environment (Operating system, version and so on):  - .NET Framework version: .Net 6.0