public static string GetDescription(this ImageFormatEnum format)
 {
     return(format.ToString());
 }