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