public void GetCredits()
        {
            var pointsResponse = _factory.ActionGetCredits().Execute();

            Assert.IsNotNull(pointsResponse.Points);
            Assert.IsFalse(pointsResponse.isError());
        }