public void SearchDeploymentsTest() { var response = _emailClient.GetDeployments("*", 1, 100); Assert.Greater(0, response.Count); }