public TeamCityServiceMessages() { Formatter = new ServiceMessageFormatter(); Updaters = new IServiceMessageUpdater[] { new TimestampUpdater(() => DateTime.Now) }; FlowIdGenerator = new DefaultFlowIdGenerator(); }