public static bool setUservar(this RiveScript rs, string name, string value) { return(rs.setUservar(DefaultUser, name, value)); }