using NucuCar.Domain.Telemetry; namespace NucuCar.Sensors { public class Sensor : ISensor where T : class, ITelemeter { public T Object { get; } } }