switchAppId method
Implementation
@override
AlbumEntryEntity switchAppId({required String newAppId}) {
  var newEntity = copyWith();
  return newEntity;
}
@override
AlbumEntryEntity switchAppId({required String newAppId}) {
  var newEntity = copyWith();
  return newEntity;
}