public void Handle(InstallServiceEvent message)
 {
     BuildAndProcess(message.DeploymentId, (d, f) => _builder.InstallServiceTask(d));
 }