private void SaveTopic(TopicClient topic) { var status = _topicDriver.Save(topic); if (status == OperationStatus.Success) { topic.AddSuccessNotification(MessageManager.GetMessage(status)); } else { topic.AddErrorNotification(MessageManager.GetMessage(status)); } }