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