public void Dispose() { if (Participant != null) { try { Participant.DeleteTopic(TopicMessageTopic); } catch { } } }