public void Card_payment_api_Should_be_up_sync()
        {
            bool status = _cardService.Monitor();

            Assert.That(status, Is.True);
        }