namespace Presenter { public interface IExpressionInput { void UpdateView(int score); } }