@override Future<Session?> getSession() => getSimpleObject<Session>("Session", factory: (data) => Session.fromJson(data));