public GetLogs(ContainerInstanceService containerInstanceService)
 {
     this.containerInstanceService = containerInstanceService;
 }
 public StartTask(StorageService storageService, ContainerInstanceService containerInstanceService, IConfigurationRoot configuration)
 {
     this.storageService           = storageService;
     this.containerInstanceService = containerInstanceService;
     this.configuration            = configuration;
 }