public void TestGetApiVersion() { string result = _api.GetApiVersion(); Assert.IsTrue(!string.IsNullOrEmpty(result)); }