namespace TheXamlGuy.Framework.Core; public interface ITwoStateSensor { SensorState State { get; } }