namespace _Project.Develop.Runtime.Utilities.InputManagement { public interface IUIInputService : IInput { // всякие клики } }