sealed class DownloadEvent { const DownloadEvent(); } class GetAudiosEvent extends DownloadEvent {} class SaveLevelsEvent extends DownloadEvent {}