@override String get collectionName => RealmObjectBase.get<String>(this, '_id') as String;
@override set collectionName(String value) => RealmObjectBase.set(this, '_id', value);