public IHttpActionResult BuscarCpf(string cpf) { return(Ok(new { dados = repositorio.BuscarCpf(cpf) })); }