public Search(string word, DictStorage storage) { Word = word; _storage = storage; }
public Morph(DictStorage storage) { _storage = storage; }