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