public void GetApiKeyTests(ApiType apiType) { ApiKeyService apiKeyService = new ApiKeyService(_configuration); string key = apiKeyService.GetApiKey(apiType); Assert.False(string.IsNullOrEmpty(key)); }