22@property(nonatomic,readonly) NSString *responseType; /**< This identifies the type of response and is as defined by the service itself */
23@property(nonatomic,readonly) NSString *requestID; /**< This returns the original identifier that was passed with the request */
24@property(nonatomic,readonly) DFTopicMessage *responseMessage; /**< Return details of the response in the form of a Message containing headers and/or data returned from the server */