/// <inheritdoc cref="ImageReference.GetMetadataItemAsync"/>
 public static string GetMetadataItem(this ImageReference image, string key)
 {
     return(image.GetMetadataItemAsync(key).ForceSynchronous());
 }