public ContatoModel Post([FromBody] ContatoModel contato) { try { return(ContatoService.Post(contato)); } catch (Exception) { throw; } }