public async Task <IActionResult> PorEmail(string email) { var result = await _service.PorEmail(email); return(Result((UsuarioResponse)result)); }