public void ListLocalesTest() { ContentAPI client = ConstructServiceClient(); IEnumerable <Locale> locales = client.ListLocales(); Assert.IsNotNull(locales); Assert.AreNotEqual(0, locales.Count()); }