private static IMagickImage ExecuteAppendVertically(IMagickImageCollection collection)
 {
     return(collection.AppendVertically());
 }