public void ThenIVerifyThatTheAPIIsUpAndRunning()
        {
            HttpRequests httpRequests = new HttpRequests();

            Assert.AreEqual("OK", httpRequests.GetCodeOfGetRequest(_urlApi), $"The API '{_urlApi}' is not working properly", null);
        }