public DoorManagementServiceIntegration(IAppConfig appConfig, IDoorManagementRequestHandler doorManagementRequestHandler)
 {
     _serviceBaseUri = appConfig.GetBaseServiceUrl();
     this._doorManagementRequestHandler = doorManagementRequestHandler;
 }