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