getComment

@GET(value = activity/comment/{commentId})
abstract fun getComment(@Path(value = commentIdcommentId: String): Observable<ZTActivityComment>