public ActionResult <string> GetSaudacao([FromServices] IServico servico, string nome)
 {
     return(servico.Saudacao(nome));
 }