factory WebResponse.unAuthorized(Map<String, dynamic>? body) => WebResponse(result: WebRequestResult.unAuthorized, body: body);