private Action <object> TrigerImageOperation(ImageOperations.IImageOperation operation) { return(async(data) => { IsEnabled = false; CurrentOperation = operation; await manager.FireOperation(operation); manager.Apply(); IsEnabled = true; }); }