The API allows [replying to the last conversation of a user](https://developers.intercom.com/reference#replying-to-users-last-conversation) but [AdminConversationReply.cs](https://github.com/intercom/intercom-dotnet/blob/cf1388945f8361e61873b59adc12bdfc7eefc7d5/src/Intercom/Data/AdminConversationReply.cs) does not seem to expose ways to identify the user Tested and possible identifiers are `intercom_user_id`, `email` and `user_id` (below shows using `user_id`) 