IMessageSetReplyToSuffix Method
            Appends an application-specific suffix to the default topic destination for the session.
            When the session is established, a unique topic destination is created for the session. This
            topic is generated by the appliance, and the API subscribes to a wildcard extended topic that is
            derived by appending './>' to the unique topic destination.
            
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.28.2
void SetReplyToSuffix(
	ISession session,
	string replyToSuffix
)
Parameters
- session  ISession
 - Session to get the topic prefix from.
 - replyToSuffix  String
 - Suffix to append to the default topic destination for the session.