namespace FiveLetters.Model { public interface IDictionaryProvider { bool CheckWordForExistence(string effectiveWord); } }