Future<User> getUser() async { var map = await _post('lookup', {}); return User.fromMap(map['users'][0]); }