public ActionResult <string> Get()
 {
     return(_showMeTheCodeService.PegarUrl());
 }
        public void show_me_the_code_should_be_success()
        {
            string valor = _showMeTheCodeService.PegarUrl();

            Assert.Equal("https://github.com/andermonzani/softplan.testes", valor);
        }