namespace calculator.Services { public interface IInputService { public string TryInput(string input); } }