public void Create(string path) { _file = new RecordStream <int>(); _file.Create(path); DeclareRecordType(); }