/// <summary>
 /// Sets the output height of the transformed image.
 /// </summary>
 /// <param name="image">The image to transform</param>
 /// <param name="height">The pixel height</param>
 /// <returns></returns>
 public static ImgixImage Height(this ImgixImage image, int height) => image.Height(height.ToString());