static Response redirect(String location) => Response( responseType: ResponseType.redirect, data: location, httpStatusCode: HttpStatus.found);