namespace NucuCar.Domain.Telemetry { /// /// TelemetryPublisherType holds constants for instantiating , /// see . /// public static class TelemetryPublisherType { public const string Azure = "Azure"; public const string Disk = "Disk"; } }