public ApiQueueValidator(Uri managementUri, ApiTokenProviderFactory tokenFactory) { _managementUri = managementUri; _tokenFactory = tokenFactory; }
public ApiClientFactory(Uri sbUri, Uri httpsUri, NetworkCredential credentials) { _sbUri = sbUri; _httpsUri = httpsUri; _tokenProvider = new ApiTokenProviderFactory(httpsUri, credentials); }