namespace Presenter { public interface IInputCallback { void OnInputReceived(); } }