public TeamCloudEndpointOptions(EndpointApiOptions endpointApiOptions, EndpointPortalOptions endpointPortalOptions, EndpointOrchestratorOptions endpointOrchestratorOptions)
 {
     this.endpointApiOptions          = endpointApiOptions ?? throw new System.ArgumentNullException(nameof(endpointApiOptions));
     this.endpointPortalOptions       = endpointPortalOptions ?? throw new System.ArgumentNullException(nameof(endpointPortalOptions));
     this.endpointOrchestratorOptions = endpointOrchestratorOptions ?? throw new System.ArgumentNullException(nameof(endpointOrchestratorOptions));
 }
 public TeamCloudEndpointOptions(EndpointOrchestratorOptions endpointOrchestratorOptions)
 {
     this.endpointOrchestratorOptions = endpointOrchestratorOptions;
 }