logout(): void {
   this.adalService.logOut();
 }
 constructor(private adalService: AdalService, private appInsightsService: AppInsightsService) {
   // init requires object with clientId and tenant properties
   adalService.init(environment.azureAuthProvider);
 }