public void setFirstUserId_(String firstUserId) {
        if(firstUserId == null) {
            throw new NullPointerException("ChatRelations requires non null firstUser");
        }