namespace Services.Interfaces { public interface IScoreService { void ScoreCheck(int value); } }