namespace VocabularyTrainer; /// /// Represents one word in the vocabulary /// public sealed class VocabularyItem { // TODO }