public void CanFetchEssences() { var fetch = new FetchEssences(); var data = fetch.Execute(); Assert.IsNotNull(data); Assert.IsTrue(data.Count > 0); }