private static IMagickImage ExecuteMosaic(IMagickImageCollection collection)
 {
     return(collection.Mosaic());
 }