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