public UsuarioDTO Find(string userID) { var result = service.Find(userID); return(result.MapTo <UsuarioDTO>()); }