namespace Countly.Input { public interface IInputObserver { bool HasInput { get; } } }