void setFirstName(String firstName, String appId) { _channel.invokeMethod( methodSetUserAttribute, getUserAttributePayload( userAttrNameFirstName, userAttrTypeGeneral, firstName, appId)); }