public void Authenticate()
        {
            var result = _apiClient.Authenticate();

            Assert.IsTrue(result.Success);
        }