public ManagedTokenOrganizationServiceProxy(IServiceManagement <IOrganizationService> serviceManagement, ClientCredentials credentials)
     : base(serviceManagement, credentials)
 {
     this._proxyManager = new AutoRefreshSecurityToken <OrganizationServiceProxy, IOrganizationService>(this);
 }
 public ManagedTokenOrganizationServiceProxy(IServiceManagement <IOrganizationService> serviceManagement, SecurityTokenResponse securityTokenResponse)
     : base(serviceManagement, securityTokenResponse)
 {
     this._proxyManager = new AutoRefreshSecurityToken <OrganizationServiceProxy, IOrganizationService>(this);
 }