public AppInstallationCommand(IApplication app, IInstallHookExecutor hookExecutor)
 {
     _app          = app;
     _hookExecutor = hookExecutor;
 }
 public AppInstallationCommand(IApplication app, IInstallHookExecutor hookExecutor)
 {
     _app = app;
     _hookExecutor = hookExecutor;
 }