// Copyright 2016-2019, Pulumi Corporation. All rights reserved. using System.Threading.Tasks; using Pulumi; class Program { static Task Main(string[] args) { return Deployment.RunAsync(() => {}); } }