using System;
public class Program
{
public static void Main()
container.Register(
Component.For<ICommandLineRunner>().ImplementedBy<CommandLineRunner>()
.DependsOn(Dependency.OnAppSettingsValue("executablePath", "AzCopyPath")));
}