private static IMagickImage ExecuteReverse(IMagickImageCollection collection) { collection.Reverse(); return(null); }