namespace YachtDice.UI.Presentation { public interface IScoreSummaryService { ScoreSummary Calculate(); } }