public AdministrativeTemplateExport(GraphIntune graphIntune)
 {
     this.graphIntune = graphIntune;
 }
 public GraphIntuneImport(string clientId, OverwriteBehaviour overwriteBehaviour)
 {
     this.signalRMessage     = new SignalRMessage(clientId);
     this.graphIntune        = new GraphIntune(clientId);
     this.overwriteBehaviour = overwriteBehaviour;
 }