using System; namespace NWH.Common.Vehicles { [AttributeUsage(AttributeTargets.All)] public partial class ShowInTelemetry : Attribute { } }