static Future<dynamic> unauthorized(Future<dynamic> Function()? callback) async { return await Repository().refreshToken(callback!); }