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