9596979899100101102103
} @Override public <T> T getAttributeValue(final String userId, final Object attributeId) throws UnknownUserException, ConnectionException { if (!users.containsKey(userId)) { throw new UnknownUserException(userId); } return null; }