protected override Task <Dictionary <string, string> > OnGetValueAsync(GetModel model, IExecutionContext context)
        {
            var azure = new AzureWebapp(model.Webapp, model.ServicePrincipal);

            return(azure.GetAppSettingsAsync());
        }