private void ReadFile() { IDataConverter dataConverter = _reader.Read(_path); _text = dataConverter.GetData(); }